Skip to content

test_freeze_mercurial_clone: no dep on bitbucket #2525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

msabramo
Copy link
Contributor

This removes the dependency on Bitbucket, or any network access for that matter. It also works on both UNIX and Windows systems:

UNIX:

$ tox -e py27 -- -k test_freeze_mercurial_clone
GLOB sdist-make: /Users/marca/dev/git-repos/pip/setup.py
py27 inst-nodeps: /Users/marca/dev/git-repos/pip/.tox/dist/pip-6.1.0.dev0.zip
py27 runtests: PYTHONHASHSEED='2132040743'
py27 runtests: commands[0] | py.test --timeout 300 -k test_freeze_mercurial_clone
============================================================================= test session starts ==============================================================================
platform darwin -- Python 2.7.9 -- py-1.4.26 -- pytest-2.6.4
plugins: capturelog, cov, timeout, xdist
collected 492 items

tests/functional/test_freeze.py .

=========================================================== 491 tests deselected by '-ktest_freeze_mercurial_clone' ============================================================
============================================================ 1 passed, 491 deselected, 1 warnings in 13.99 seconds =============================================================
___________________________________________________________________________________ summary ____________________________________________________________________________________
  py27: commands succeeded
  congratulations :)

Windows

(pip) C:\Users\Administrator\Development\Python\pip>tox -e py27 -- -k test_freeze_mercurial_clone
GLOB sdist-make: C:\Users\Administrator\Development\Python\pip\setup.py
py27 inst-nodeps: C:\Users\Administrator\Development\Python\pip\.tox\dist\pip-6.1.0.dev0.zip
py27 runtests: PYTHONHASHSEED='465'
py27 runtests: commands[0] | py.test --timeout 300 -k test_freeze_mercurial_clone
============================= test session starts =============================
platform win32 -- Python 2.7.5 -- py-1.4.26 -- pytest-2.6.4
plugins: capturelog, cov, timeout, xdist
collected 492 items

tests/functional/test_freeze.py .

=========== 491 tests deselected by '-ktest_freeze_mercurial_clone' ===========
============ 1 passed, 491 deselected, 1 warnings in 14.91 seconds ============
____________________________________________________________ summary _____________________________________________________________
  py27: commands succeeded
  congratulations :)

@msabramo msabramo force-pushed the test_freeze_mercurial_clone_remove_dep_on_bitbucket branch from 7767c48 to 415fca8 Compare March 12, 2015 05:31
pfmoore added a commit that referenced this pull request Mar 12, 2015
…move_dep_on_bitbucket

test_freeze_mercurial_clone: no dep on bitbucket
@pfmoore pfmoore merged commit 5a32a4d into pypa:develop Mar 12, 2015
@msabramo msabramo deleted the test_freeze_mercurial_clone_remove_dep_on_bitbucket branch March 12, 2015 11:05
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants